cut-through switching - определение. Что такое cut-through switching
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое cut-through switching - определение

PACKET SWITCHING METHOD
Fragment free; Cut-through forwarding

cut-through switching         
<networking> The application of wormhole routing to packets in a packet switching system so that forwarding of a packet starts as soon as its destination is known, before the whole packet has arrived. Compare store and forward. (2006-12-06)
Cut-through switching         
In computer networking, cut-through switching, also called cut-through forwarding is a method for packet switching systems, wherein the switch starts forwarding a frame (or packet) before the whole frame has been received, normally as soon as the destination address and outgoing interface is determined. Compared to store and forward, this technique reduces latency through the switch and relies on the destination devices for error handling.
Switching barriers         
ECONOMIC & PSYCHOLOGICAL COSTS OF SWITCHING FROM ONE ALTERNATIVE TO ANOTHER
Switching costs; Switching cost
Switching costs or switching barriers are terms used in microeconomics, strategic management, and marketing. They may be defined as the disadvantages or expenses consumers feel they experience, along with the economic and psychological costs of switching from one alternative to another.

Википедия

Cut-through switching

In computer networking, cut-through switching, also called cut-through forwarding is a method for packet switching systems, wherein the switch starts forwarding a frame (or packet) before the whole frame has been received, normally as soon as the destination address and outgoing interface is determined. Compared to store and forward, this technique reduces latency through the switch and relies on the destination devices for error handling. Pure cut-through switching is only possible when the speed of the outgoing interface is at least equal or higher than the incoming interface speed.

Adaptive switching dynamically selects between cut-through and store and forward behaviors based on current network conditions.

Cut-through switching is closely associated with wormhole switching.